projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
780d7bb
)
(copy-region-as-kill): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 23 Sep 2007 15:22:47 +0000
(15:22 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 23 Sep 2007 15:22:47 +0000
(15:22 +0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 2a98ca19ecc65580b3211318c8f780a308dba70d..1a100fa7bffa2c139406ab514a69f0ec37e2d009 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-2745,7
+2745,9
@@
text. See `insert-for-yank'."
"Save the region as if killed, but don't kill it.
In Transient Mark mode, deactivate the mark.
If `interprogram-cut-function' is non-nil, also save the text for a window
-system cut and paste."
+system cut and paste.
+
+This command's old key binding has been given to `kill-ring-save'."
(interactive "r")
(if (eq last-command 'kill-region)
(kill-append (filter-buffer-substring beg end) (< end beg))